home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: ModuleFuncs.h 39.0 (15.03.02)
- **
- ** Functions for #?.module
- **
- ** by Darius Brewka, orginal by
- ** (C) Copyright 1996-97 Andreas R. Kleinert
- ** All Rights Reserved.
- */
-
- #include "compiler.h"
- #ifndef DOS_RDARGS
- #include "dos/rdargs.h"
- #endif
-
- extern struct RDArgs* SAVEDS ASM GetModuleInfo();
- extern APTR SAVEDS ASM InitModule(STRPTR, APTR);
- extern BOOL SAVEDS ASM NextModuleData(APTR);
- extern void SAVEDS ASM DisposeModule(APTR, APTR);
- extern STRPTR SAVEDS ASM GetModuleName(APTR);
- extern STRPTR SAVEDS ASM GetModuleIcon(APTR);
- extern STRPTR SAVEDS ASM GetModuleTool(APTR);
- extern ULONG SAVEDS ASM GetModuleUserData(APTR);
- extern STRPTR SAVEDS ASM GetModuleDescription();
- extern APTR SAVEDS ASM OpenModule();
- extern void SAVEDS ASM CloseModule(APTR);
- extern ULONG SAVEDS ASM DoModuleCommand(APTR, ULONG);
- extern void SAVEDS ASM HitModule(APTR, ULONG);
- extern ULONG SAVEDS ASM GetModuleFlags(APTR);
- extern APTR SAVEDS ASM GetSpecialInfo(APTR);
- extern STRPTR SAVEDS ASM GetModuleConfig(APTR);